home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 October / APC0210D1.iso / workshop / log / files / analog-5.24.sit.hqx / Analog 5.24 ƒ / examples / bigbyrep.cfg < prev    next >
Encoding:
Text File  |  2002-06-25  |  16.9 KB  |  589 lines

  1. # This configuration file contains most of analog's commands, arranged by
  2. # the report they affect. See big.cfg for a similar file arranged by family
  3. # of command instead. (Unlike big.cfg, this file doesn't use the default
  4. # values though.)
  5. #
  6. # This configuration file was contributed by Lucian Wischik.
  7.  
  8. HOSTNAME "***SAMPLE DATA***"
  9. HOSTURL http://www.statslab.cam.ac.uk
  10. # FROM 991001
  11. # TO   -00-00-01  
  12.  
  13.  
  14. ###############################################################################
  15. # THE LOGFILE INPUT                                                           #
  16. ###############################################################################
  17.  
  18. # If you need a LOGFORMAT command (most people don't -- try it without first!),
  19. # it must go here, above the LOGFILE commands.
  20. LOGFILE logfile.log
  21. DNS READ
  22. DNSFILE dnscache.txt
  23. DNSLOCKFILE dnslock.txt
  24. DNSGOODHOURS 1000000
  25. DNSBADHOURS 500
  26. # DNSTIMEOUT 10
  27. CACHEFILE none
  28. CACHEOUTFILE none
  29. DIRSUFFIX index.html
  30. # UNCOMPRESS *.gz,*.Z "gzip -cd"
  31.  
  32.  
  33.  
  34. ###############################################################################
  35. # THE OUTPUT                                                                  #
  36. ###############################################################################
  37.  
  38. OUTFILE index.html
  39. OUTPUT HTML
  40. LANGUAGE ENGLISH
  41.  
  42. # Analog expects to find ancilliary files in these locations:
  43. IMAGEDIR images/
  44. # CHARTDIR /images/
  45. # LOCALCHARTDIR /usr/local/apache/htdocs/images/
  46. STYLESHEET none
  47. LOGO none
  48. HEADERFILE none
  49. FOOTERFILE none
  50.  
  51. # 'Runtime' says how long the analysis took. 'Gotos' are irritating shortcuts.
  52. # 'Descriptions' say verbosely what each report is. 'Reportorder' what order
  53. # the reports come in. 'Reportspan' is for when some parts cover a different
  54. # time span to others, but is costly in terms of memory usage.
  55. RUNTIME ON
  56. GOTOS OFF
  57. DESCRIPTIONS OFF
  58. REPORTSPAN OFF
  59. REPORTSPANTHRESHOLD 60
  60. REPORTORDER x-1QmWDdHhw4657-oZSsfnNBbp-irtz-cILKElk-vRMujJyYP
  61. # x=General
  62. # 1=Yearly  Q=Quarterly  m=Monthly      W=Weekly    D=Daily       d=DailySum
  63. # H=Hourly  h=HourlySum  w=HoursOfWeek  4=15minly   6=15minlySum  5=5minly
  64. # 7=5minlySum
  65. # o=Domain  Z=Organisat. S=Host         s=RefSite   f=ReferrerURL
  66. # n=SearchWord      N=SearchQuery       B=Browser   b=BrowserSum  p=OS
  67. # i=Dir.    r=File       t=FileType     z=FileSize  c=Status
  68. # I=Failure    L=FailHost     K=FailRef   E=Redir   l=RedirHost  k=RedirRef
  69. # v=VHost   R=RedirVHost M=FailVHost    u=User      j=RedirUser   J=FailUser
  70. # y=IntSearchWord   Y=IntSearchQuery    P=ProcTime
  71.  
  72. WEEKBEGINSON MONDAY
  73. MARKCHAR +
  74. REPSEPCHAR none
  75. COMPSEP "    "
  76. RAWBYTES OFF
  77. NOROBOTS ON
  78. SEARCHCHARCONVERT ON
  79. BARSTYLE b
  80. PNGIMAGES OFF
  81. HTMLPAGEWIDTH 65
  82. ASCIIPAGEWIDTH 76
  83. MINGRAPHWIDTH 15
  84. # BASEURL http://my.server.com - use this if the report's on a different web page from the data
  85.  
  86.  
  87.  
  88. ###############################################################################
  89. # GENERAL REPORT                                                              #
  90. # Shows total and average numbers of reqests.                                 #
  91. # GENSUMLINES - which information and in which order to show (see list below) #
  92. # LASTSEVEN - each item says, in brackets, the data for the last seven days   #
  93. # (If your logs are old when you run analog, use TO field to say which 7)     #
  94. ###############################################################################
  95. #   I=distinct files  J=distinct hosts    F=failed req        G=redirected reqs
  96. #   K=bad loglines    L=unwanted logli.   C=no-status logli.  H=no-status reqs
  97. #   B=av.succ.reqs/day  D=tot.succ.pages  E=av.succ.pages/day
  98. #   M=tot.data        N=av.data/day
  99.  
  100. GENERAL ON
  101. GENSUMLINES BDEFIJMN
  102. LASTSEVEN ON
  103.  
  104.  
  105.  
  106. ###############################################################################
  107. # TIME REPORTS                                                                #
  108. #                                                                             #
  109. # Yearly, 1/4ly, monthly, weekly, daily+sum, hourly+sum, 1/4hrly+sum, 5min+sum#
  110. # 'Reports' show how much traffic over each past year, month, hour...         #
  111. # 'Summaries' divide all the traffic into days of the week, hours of the day. #
  112. #                                                                             #
  113. # COLS - which columns to display (see below for list of fields)              #
  114. # GRAPH - which of those fields should be plotted as the bar-graph            #
  115. # BACK - turn it on to have the list in reverse order (most recent first)     #
  116. # ROWS - how many rows to display, or 0 for unlimited                         #
  117. ###############################################################################
  118. #  R=num of reqs   P=num of pages   B=num of bytes
  119. #  r=% of reqs     p=% of pages     b=% of bytes
  120.  
  121. YEARLY OFF
  122. YEARCOLS RP
  123. YEARGRAPH P
  124. YEARBACK OFF
  125. YEARROWS 0
  126.  
  127. MONTHLY ON
  128. MONTHCOLS PB
  129. MONTHGRAPH B
  130. MONTHBACK OFF
  131. MONTHROWS 0
  132.  
  133. QUARTERLY OFF
  134. QUARTERLYCOLS RP
  135. QUARTERLYBACK OFF
  136. QUARTERLYROWS 0
  137.  
  138. WEEKLY OFF
  139. WEEKCOLS RP
  140. WEEKGRAPH P
  141. WEEKBACK OFF
  142. WEEKROWS 0
  143.  
  144. DAILYREP ON
  145. DAYREPCOLS PB
  146. DAYREPGRAPH P
  147. DAYREPBACK OFF
  148. DAYREPROWS 42
  149.  
  150. DAILYSUM OFF
  151. DAYSUMCOLS RP
  152. DAYSUMGRAPH P
  153.  
  154. HOURLYREP OFF
  155. HOURREPCOLS RP
  156. HOURREPGRAPH P
  157. HOURREPBACK OFF
  158. HOURREPROWS 72
  159.  
  160. HOURLYSUM ON
  161. HOURSUMCOLS Pb
  162. HOURSUMGRAPH P
  163.  
  164. QUARTERREP OFF
  165. QUARTERREPCOLS RP
  166. QUARTERREPGRAPH P
  167. QUARTERREPBACK OFF
  168. QUARTERREPROWS 96
  169.  
  170. QUARTERSUM OFF
  171. QUARTERSUMCOLS RP
  172. QUARTERSUMGRAPH P
  173.  
  174. FIVEREP OFF
  175. FIVEREPCOLS RP
  176. FIVEREPGRAPH P
  177. FIVEREPBACK OFF
  178. FIVEREPROWS 288
  179.  
  180. FIVESUM OFF
  181. FIVESUMCOLS RP
  182. FIVESUMGRAPH P
  183.  
  184.  
  185.  
  186. ###############################################################################
  187. # VISITOR REPORTS - WHO IS VISITING THE SITE, AND WHERE THEY'VE COME FROM     #
  188. #                                                                             #
  189. # Domain, Organisation, Host - visitor is .uk; cam.ac.uk; cus.cam.ac.uk       #
  190. # Refsite, Referrer - visitor was previously at this site; this URL           #
  191. # Searchquery, Searchwords - visitor got here by performing this search       #
  192. # Browser+sum, os - visitor is using this browser; this operating system      #
  193. #                                                                             #
  194. # COLS - which colums to display (see below for list of fields)               #
  195. # CHART - pie chart display on or off.                                        #
  196. # SORTBY - how to sort the list (see below for types of sort)                 #
  197. # FLOOR - only list those things above a certain size &c. (see below)         #
  198. # SUB - some reports have hierarchical things, like .ac.uk a subdomain of .uk #
  199. # ARGS - similar to sub: "google?this" is deemed an ARG of google, not a SUB  #
  200. # LINKINCLUDE - in dir and req reports, should we link to the URLs mentioned? #
  201. ###############################################################################
  202. # Cols:
  203. #   R=num of reqs     P=num of pages     B=num of bytes     D=time of last req
  204. #   r=% of reqs       p=% of pages       b=% of bytes       d=date of last req
  205. #   S=reqs last 7d    Q=pages last 7d    C=bytes last 7d    E=time of first req
  206. #   s=% reqs last 7d  q=% pages last 7d  c=% bytes last 7d  e=date of first req
  207. #   N=index number of item within the list
  208. # Sortby:
  209. #   REQUESTS, PAGES, BYTES - sort by total number of requests, pages or bytes
  210. #   REQUESTS7, PAGES7, BYTES7 - sort by number in the past seven days
  211. #   FIRSTDATE, DATE - sort by date of first or last access
  212. #   ALPHABETICAL, RANDOM - alphatical sort or random sort
  213. # Floor: only list things
  214. #   10r 10p 10Mb - with at least 10 requests, 10 pages, 10 megabytes
  215. #   1%r 1%p 1%b  - with at least 1% of tot requests, pages, bytes in the report
  216. #   10s 10q 10kc - with at least 10 requests, 10 pages, 10kb in the past 7 days
  217. #   1%s 1%p 1%b  - with at least 1% of reqs, pages, bytes in the past 7 days
  218. #   -5r -5s -5p  - in the top 5 requests, or requests in past 7 days, or pages
  219. #   -00-01-00d   - with last access within the last month (see FROM/TO docs)
  220. #   970701d, 970701e - with last/first access since 1st July 1997
  221.  
  222. DOMAIN ON
  223. DOMCHART ON
  224. DOMCOLS PQ
  225. DOMSORTBY PAGES
  226. DOMFLOOR 0p
  227. SUBDOMSORTBY PAGES
  228. SUBDOMFLOOR 0.5%p
  229.  
  230. ORGANISATION ON
  231. ORGCHART ON
  232. ORGCOLS Pb
  233. ORGSORTBY PAGES
  234. ORGFLOOR -20p
  235. SUBORGSORTBY PAGES
  236. SUBORG *.ac.uk
  237. SUBORG *.co.uk
  238. SUBORGFLOOR 0.5%p
  239.  
  240. HOST ON
  241. HOSTCHART OFF
  242. HOSTCOLS Pb
  243. HOSTSORTBY PAGES
  244. HOSTFLOOR -50p
  245.  
  246.  
  247. REFSITE ON
  248. REFSITECHART OFF
  249. REFSITECOLS PQ
  250. REFSITESORTBY PAGES7
  251. REFSITEFLOOR -20q
  252. REFDIRSORTBY PAGES7
  253. REFDIRFLOOR 0.5%q
  254.  
  255. REFERRER ON
  256. REFCHART OFF
  257. REFCOLS PQ
  258. REFSORTBY PAGES7
  259. REFLINKINCLUDE *
  260. REFFLOOR -30q
  261. REFARGSSORTBY PAGES7
  262. REFARGSFLOOR 0.5%q
  263.  
  264.  
  265. SEARCHWORD ON
  266. SEARCHWORDCHART ON
  267. SEARCHWORDCOLS PQq
  268. SEARCHWORDSORTBY PAGES7
  269. SEARCHWORDFLOOR 0.5%q
  270.  
  271. SEARCHQUERY ON
  272. SEARCHQUERYCHART OFF
  273. SEARCHQUERYCOLS Q
  274. SEARCHQUERYSORTBY PAGES7
  275. SEARCHQUERYFLOOR -200q
  276.  
  277.  
  278. BROWSERREP OFF
  279. BROWREPCHART OFF
  280. BROWREPCOLS Rb
  281. BROWREPSORTBY REQUESTS
  282. BROWREPFLOOR -40r
  283.  
  284. BROWSERSUM ON
  285. BROWSUMCHART ON
  286. BROWSUMCOLS PQq
  287. BROWSUMSORTBY PAGES7
  288. BROWSUMFLOOR -15q
  289. SUBBROW */*
  290. SUBBROWSORTBY PAGES7
  291. SUBBROWFLOOR -20q
  292.  
  293. OSREP ON
  294. OSCHART ON
  295. # OSCHARTEXPAND Windows
  296. OSCOLS PQq
  297. OSSORTBY PAGES7
  298. OSFLOOR 0q
  299. SUBOSSORTBY PAGES7
  300. SUBOSFLOOR 0q
  301.  
  302.  
  303.  
  304. ###############################################################################
  305. # VIEWING REPORTS - WHICH FILES PEOPLE HAVE VIEWED AND DOWNLOADED             #
  306. #                                                                             #
  307. # Directory - which directories and subdirectories people have viewed         #
  308. # Request - which particular files have they viewed                           #
  309. # Filetype, Size - which types are viewed most, and their size distribution   #
  310. #                                                                             #
  311. # COLS, CHART, SORTBY, FLOOR, SUB, ARGS, LINKINCLUDE - as above               #
  312. # SUBDIR - deem something to be counted as a subdirectory. Can have several.  #
  313. # REQINCLUDE, REQEXCLUDE - what to include/exclude. These are obeyed in order #
  314. # SUBTYPE - list of things that have subtypes, as in file.ps.Z                #
  315. ###############################################################################
  316.  
  317. DIRECTORY ON
  318. DIRCHART OFF
  319. DIRCOLS PQc
  320. DIRSORTBY PAGES7
  321. SUBDIRSORTBY PAGES7
  322. DIRFLOOR 0q
  323. SUBDIRFLOOR 0q
  324. SUBDIR /*/*/
  325.  
  326. REQUEST ON
  327. REQCHART OFF
  328. REQCOLS RSc
  329. REQSORTBY REQUESTS7
  330. REQFLOOR 0.05%s
  331. REQARGSSORTBY REQUESTS7
  332. REQARGSFLOOR 0.05%s
  333. REQEXCLUDE *
  334. REQINCLUDE *.html
  335. REQINCLUDE *.htm
  336. REQINCLUDE *.zip
  337. REQINCLUDE *.gz
  338. REQINCLUDE *.Z
  339. REQINCLUDE *.pdf
  340. REQLINKINCLUDE pages
  341. REQLINKINCLUDE *.zip
  342. REQLINKINCLUDE *.pdf
  343.  
  344. FILETYPE ON
  345. TYPECHART OFF
  346. TYPECOLS Rb
  347. TYPESORTBY BYTES
  348. SUBTYPE *.gz,*.Z
  349.  
  350. SIZE ON
  351. SIZECHART OFF
  352. SIZECOLS ScR
  353.  
  354.  
  355.  
  356. ###############################################################################
  357. # SERVICE REPORTS - HOW WELL WE ARE DELIVERING THE PAGES                      #
  358. #                                                                             #
  359. # Status - whether the pages were delivered okay, or failed                   #
  360. # Proctime - time to dispatch files                                           #
  361. # Failure - people requests these pages, and it failed                        #
  362. # Failhost, Failref - failures arose from links on these hosts, on these URLs #
  363. # Redir - people requested these files but were redirected                    #
  364. # Redirhost, redirref - redirections arose from links on these hosts and URLs #
  365. #                                                                             #
  366. # COLS, CHART, SORTBY, FLOOR, SUB, ARGS, LINKINCLUDE - as above               #
  367. # 304ISSUCCESS - 304 Not Modified means user saw a cached copy: i.e. success! #
  368. ###############################################################################
  369.  
  370. STATUS ON
  371. STATUSCHART ON
  372. STATUSCOLS R
  373. STATUSSORTBY ALPHABETICAL
  374. STATUSFLOOR 0r
  375. 304ISSUCCESS ON
  376.  
  377.  
  378. PROCTIME OFF
  379. PROCTIMECOLS R
  380. PROCTIMECHART ON
  381.  
  382.  
  383. FAILURE ON
  384. FAILCHART OFF
  385. FAILCOLS RS
  386. FAILSORTBY REQUESTS7
  387. FAILFLOOR -30s
  388. FAILARGSSORTBY REQUESTS7
  389. FAILARGSFLOOR 10s
  390. FAILLINKEXCLUDE *
  391.  
  392. FAILHOST OFF
  393. FAILHOSTCHART OFF
  394. FAILHOSTCOLS RS
  395. FAILHOSTSORTBY REQUESTS7
  396. FAILHOSTFLOOR -20s
  397.  
  398. FAILREF ON
  399. FAILREFCHART OFF
  400. FAILREFCOLS RS
  401. FAILREFSORTBY REQUESTS7
  402. FAILREFFLOOR -30s
  403. FAILREFARGSSORTBY REQUESTS7
  404. FAILREFARGSFLOOR 10s
  405. FAILREFLINKINCLUDE *
  406.  
  407.  
  408. REDIR ON
  409. REDIRCHART OFF
  410. REDIRCOLS SR
  411. REDIRSORTBY REQUESTS7
  412. REDIRFLOOR -30s
  413. REDIRARGSSORTBY REQUESTS7
  414. REDIRARGSFLOOR 10s
  415. REDIRLINKEXCLUDE *
  416.  
  417. REDIRHOST OFF
  418. REDIRHOSTCHART OFF
  419. REDIRHOSTCOLS SR
  420. REDIRHOSTSORTBY REQUESTS7
  421. REDIRHOSTFLOOR -20s
  422.  
  423. REDIRREF ON
  424. REDIRREFCHART OFF
  425. REDIRREFCOLS RS
  426. REDIRREFSORTBY REQUESTS7
  427. REDIRREFFLOOR -30s
  428. REDIRREFARGSSORTBY REQUESTS7
  429. REDIRREFARGSFLOOR 10s
  430. REDIRREFLINKINCLUDE *
  431.  
  432.  
  433.  
  434. ###############################################################################
  435. # MISCELLANEOUS REPORTS                                                       #
  436. # VHost, RedirVHost, FailVHost - for multiple virtual host on a single server #
  437. # IntSearchQuery, IntSearchWord - for when a site has its own search engine   #
  438. # User, RedirUser, FailUser - for authenticated user or cookie analysis       #
  439. ###############################################################################
  440.  
  441. VHOST OFF
  442. VHOSTCHART ON
  443. VHOSTCOLS Rb
  444. VHOSTFLOOR -20b
  445. VHOSTSORTBY BYTES
  446.  
  447. REDIRVHOST OFF
  448. REDIRVHOSTCHART ON
  449. REDIRVHOSTCOLS R
  450. REDIRVHOSTFLOOR -20r
  451. REDIRVHOSTSORTBY REQUESTS
  452.  
  453. FAILVHOST OFF
  454. FAILVHOSTCOLS R
  455. FAILVHOSTCHART ON
  456. FAILVHOSTFLOOR -20r
  457. FAILVHOSTSORTBY REQUESTS
  458.  
  459. INTSEARCHQUERY OFF
  460. INTSEARCHQUERYCOLS R
  461. INTSEARCHQUERYCHART ON
  462. INTSEARCHQUERYFLOOR -30r
  463. INTSEARCHQUERYSORTBY REQUESTS
  464.  
  465. INTSEARCHWORD OFF
  466. INTSEARCHWORDCOLS R
  467. INTSEARCHWORDCHART ON
  468. INTSEARCHWORDFLOOR -30r
  469. INTSEARCHWORDSORTBY REQUESTS
  470.  
  471. USER OFF
  472. USERCOLS Rb
  473. USERCHART ON
  474. USERSORTBY REQUESTS
  475. USERFLOOR -50r
  476.  
  477. REDIRUSER OFF
  478. REDIRUSERCOLS R
  479. REDIRUSERCHART ON
  480. REDIRUSERSORTBY REQUESTS
  481. REDIRUSERFLOOR -20r
  482.  
  483. FAILUSER OFF
  484. FAILUSERCOLS R
  485. FAILUSERCHART ON
  486. FAILUSERSORTBY REQUESTS
  487. FAILUSERFLOOR -20r
  488.  
  489.  
  490.  
  491. ###############################################################################
  492. # MISCELLANEOUS TECHNICAL INTERNAL STUFF                                      #
  493. ###############################################################################
  494.  
  495. TYPEALIAS .html    ".html [Hypertext Markup Language]"
  496. TYPEALIAS .htm     ".htm  [Hypertext Markup Language]"
  497. TYPEALIAS .shtml   ".shtml [Server-parsed HTML]"
  498. TYPEALIAS .ps      ".ps   [PostScript]"
  499. TYPEALIAS .gz      ".gz   [Gzip compressed files]"
  500. TYPEALIAS .tar.gz  ".tar.gz [Compressed archives]"
  501. TYPEALIAS .jpg     ".jpg  [JPEG graphics]"
  502. TYPEALIAS .jpeg    ".jpeg [JPEG graphics]"
  503. TYPEALIAS .gif     ".gif  [GIF graphics]"
  504. TYPEALIAS .png     ".png  [PNG graphics]"
  505. TYPEALIAS .txt     ".txt  [Plain text]"
  506. TYPEALIAS .cgi     ".cgi  [CGI scripts]"
  507. TYPEALIAS .pl      ".pl   [Perl scripts]"
  508. TYPEALIAS .css     ".css  [Cascading Style Sheets]"
  509. TYPEALIAS .class   ".class [Java class files]"
  510. TYPEALIAS .pdf     ".pdf  [Adobe Portable Document Format]"
  511. TYPEALIAS .zip     ".zip  [Zip archives]"
  512. TYPEALIAS .hqx     ".hqx  [Macintosh BinHex files]"
  513. TYPEALIAS .exe     ".exe  [Executables]"
  514. TYPEALIAS .wav     ".wav  [WAV sound files]"
  515. TYPEALIAS .avi     ".avi  [AVI movies]"
  516. TYPEALIAS .arc     ".arc  [Compressed archives]"
  517. TYPEALIAS .mid     ".mid  [MIDI sound files]"
  518. TYPEALIAS .mp3     ".mp3  [MP3 sound files]"
  519. TYPEALIAS .doc     ".doc  [Microsoft Word document]"
  520. TYPEALIAS .rtf     ".rtf  [Rich Text Format]"
  521. TYPEALIAS .mov     ".mov  [Quick Time movie]"
  522. TYPEALIAS .mpg     ".mpg  [MPEG movie]"
  523. TYPEALIAS .mpeg    ".mpeg [MPEG movie]"
  524. TYPEALIAS .asp     ".asp  [Active Server Pages]"
  525. TYPEALIAS .jsp     ".jsp  [Java Server Pages]"
  526. TYPEALIAS .cfm     ".cfm  [Cold Fusion]"
  527. TYPEALIAS .php     ".php  [PHP]"
  528. TYPEALIAS .js      ".js   [JavaScript code]"
  529.  
  530. ROBOTINCLUDE REGEXPI:robot
  531. ROBOTINCLUDE REGEXPI:spider
  532. ROBOTINCLUDE REGEXPI:crawler
  533. ROBOTINCLUDE Googlebot*
  534. ROBOTINCLUDE Infoseek*
  535. ROBOTINCLUDE Scooter*
  536. ROBOTINCLUDE Slurp*
  537. ROBOTINCLUDE Ultraseek*
  538.  
  539. # More SEARCHENGINE commands can be found at
  540. #   http://www.analog.cx/helpers/#conffiles
  541. SEARCHENGINE http://*altavista.*/* q
  542. SEARCHENGINE http://*yahoo.*/* p
  543. SEARCHENGINE http://*google.*/* q
  544. SEARCHENGINE http://*lycos.*/* query
  545. SEARCHENGINE http://*aol.*/* query
  546. SEARCHENGINE http://*excite.*/* search
  547. SEARCHENGINE http://*go2net.*/* general
  548. SEARCHENGINE http://*metacrawler.*/* general
  549. SEARCHENGINE http://*msn.*/* MT
  550. SEARCHENGINE http://*hotbot.com/* MT
  551. SEARCHENGINE http://*netscape.*/* search
  552. SEARCHENGINE http://*looksmart.*/* key
  553. SEARCHENGINE http://*infoseek.*/* qt
  554. SEARCHENGINE http://*webcrawler.*/* search,searchText
  555. SEARCHENGINE http://*goto.*/* Keywords
  556. SEARCHENGINE http://*snap.*/* keyword
  557. SEARCHENGINE http://*dogpile.*/* q
  558. SEARCHENGINE http://*askjeeves.*/* ask
  559. SEARCHENGINE http://*ask.*/* ask
  560. SEARCHENGINE http://*aj.*/* ask
  561. SEARCHENGINE http://*directhit.*/* qry
  562. SEARCHENGINE http://*alltheweb.*/* query
  563. SEARCHENGINE http://*northernlight.*/* qr
  564. SEARCHENGINE http://*nlsearch.*/* qr
  565. SEARCHENGINE http://*dmoz.*/* search
  566. SEARCHENGINE http://*newhoo.*/* search
  567. SEARCHENGINE http://*netfind.*/* query,search,s
  568. SEARCHENGINE http://*/netfind* query
  569. SEARCHENGINE http://*/pursuit query
  570.  
  571.  
  572.  
  573. ###############################################################################
  574. # SOME DEBUG SETTINGS                                                         #
  575. ###############################################################################
  576.  
  577. SETTINGS OFF
  578. DEBUG OFF
  579. WARNINGS ON
  580. PROGRESSFREQ 50000
  581. ERRLINELENGTH 78
  582. # ERRFILE somefile
  583. FILELOWMEM 0
  584. HOSTLOWMEM 0
  585. BROWLOWMEM 0
  586. REFLOWMEM 0
  587. USERLOWMEM 0
  588. VHOSTLOWMEM 0
  589.